Welcome![Sign In][Sign Up]
Location:
Search - incoming call

Search list

[SymbianExercise_list

Description: 本程序实现的是在Symbian平台下读取联系人和来电呼叫记录。-This procedure is to realize the Symbian platform to read contacts and call records of incoming calls.
Platform: | Size: 25600 | Author: chenzheng | Hits:

[Linux-Unixgsmlogger

Description: Shell script application used to answer incoming gsm data call, receive data and store it, ie simple gsm data server on Linux with some logging and error handling. (Require chat program)
Platform: | Size: 1024 | Author: Eugene Leigh | Hits:

[Multimedia Developdivxecode

Description: 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有一个形参是标明本次解码用掉了多少个字节的xvid缓冲区的数据,便于下一帧解码的时候调整缓冲区指针-Xvid codec static library code c++ package: m_vdo_enc-> Encode (pBuffer) // here pBuffer is 320x240 the BGR24 data encoding, if successful, will automatically call PostEncHandler function can be encoded on the results of decoding : m_vdo_dec-> Decode (xvid, xvid_len) // incoming data have xvid codec and the length of the buffer is successful, will automatically call PostDecHandler, pay attention to the streaming media data, in this function there is a shape parameter decoder is used indicate the number of bytes of the data buffer xvid for decoding the next frame when the buffer pointer adjustment
Platform: | Size: 6144 | Author: chai | Hits:

[WEB Codekgjjxm9asf

Description: 增加输入框跳转至多少页的功能 增加下拉框选值跳转至多少页的功能 增加数据库演示内容及mysql数据调用示例 修复地址栏中修改参数后跳转的问题 修复分页数值限定只允许数值且规定 传入值的上限与下限不超过总页数或小于0 限制分页值不能为小数-Increase the input box to jump to the function of the number of pages to increase the number of drop-down, variant value to jump to the page content and presentation capabilities to increase database sample mysql data call to modify the parameters fixed in the address bar after the page jump is fixed numerical limit allows only value and provides upper and lower limits incoming value does not exceed the total number of pages or page limit value can not be less than 0 decimal
Platform: | Size: 208896 | Author: marshal | Hits:

[SCMlcd1602

Description: 使用单片机驱动1602字符液晶。使用便捷,调用简单。直接传入所需显示的内容即可-1602 characters using the microcontroller drives the LCD. Easy to use, call simple. Required to display the content directly to the incoming
Platform: | Size: 1024 | Author: 徐彬鹏 | Hits:

[Communicationlinphone-test

Description: Windows下C语言调用libliphone DLL 进行SIP呼叫的注册,主叫和被叫测试示例程序。自带linphone的配置文件。-A test program of SIP register/outgoing/incoming call demo using liblinphone DLL under windows platform. Attached with linphone configuration file.
Platform: | Size: 4096 | Author: sunnyriver | Hits:

[Windows DevelopTcsharptelconh

Description: 利用语音盒实现,来电弹屏及电电话控制的源程序. CSHARP -Voice box to achieve control of the source of the incoming call the bomb screen and electric phone. CSHARP
Platform: | Size: 636928 | Author: zhong | Hits:

[androidTpMesback

Description: 来电小秘,用于在接到来电时你不方便接听,自动回复短信给对方的功能-Caller little secret for an incoming call when you can not answer, auto-reply text messages to each other' s functions
Platform: | Size: 431104 | Author: carlog | Hits:

[GUI DevelopMobile-functions

Description: Visual C++ 编程示例 实现添加保存联系人信息;修改电话号码;查找联系人信息;显示所有通话记录;系人信息;呼入电话号码;播出电话号码;显示最近十次通话记录;删除所有通话记录的功能-Visual C++ programming examples Add to save the contact information modify a phone number find contact information Show all call records Person incoming call number to broadcast telephone number displays the most recent ten times call records delete all call records function
Platform: | Size: 263168 | Author: 刘丹 | Hits:

[Linux-Unixar-accept

Description: incoming call handling driver for Linux.
Platform: | Size: 4096 | Author: quifaiyun | Hits:

[androidPhoneNumQuery

Description: 来电通源码分详, 来电通源码分详-Detailed source of incoming call, incoming call source of detailed
Platform: | Size: 91136 | Author: 郭海生 | Hits:

[androidandroidphone

Description: 来电通源码分详, 来电通源码分详-Detailed source of incoming call, incoming call source of detailed
Platform: | Size: 90112 | Author: 郭海生 | Hits:

[Linux-Unixar-accept

Description: incoming call handling for Linux.
Platform: | Size: 3072 | Author: sixunxou | Hits:

[androidThief

Description: 一款android应用程序,可以用于监听短信,拨打的电话和来电。-one program that can monitor sms call and incoming call.
Platform: | Size: 32768 | Author: W197484969 | Hits:

[Delphi VCLDelphi_705031

Description: Delphi:Delphi语言卡客户查询程序,一个提高效率、人性化的程序。本实例的功能就是当有来电的时候系统就可以通过电话号码查询相应的信息。当有电话进入的时候,来电号码就会写入下拉列表框,再在下拉列表框中选择进入的电话号码就可以显示客户的信息。主要的技术要点就是在有来电的时候如何把号码写入列表框,如何通过列表框中的号码显示客户的信息。主要函数如下:1)ComboBox1.Items.Add 这个函数是用来向列表框中添加一个字符串。2)ADODataSet2.Filter 这个函数是用来过滤数据集中的条件。 -Delphi: Delphi language card customer inquiry program, an improved efficiency, humane procedures. Feature of this example is that when there is an incoming call when the system can query the appropriate information via telephone number. When a call is entered, the caller s number will be written to the drop-down list box, and then in the drop-down list box, select to enter the phone number you can display customer information. The main technical point is when a call comes in how the numbers written list box, how to display customer information through the numbers in the list box. The main function is as follows: 1) ComboBox1.Items.Add This function is used to add a string to the list box. 2) ADODataSet2.Filter This function is used to filter the data set of conditions.
Platform: | Size: 61440 | Author: TCL48Z8 | Hits:

[VOIP programcall

Description: 关于三汇语音卡呼出功能和呼入语音导航功能-About sanhui card exhale and incoming voice navigation functions
Platform: | Size: 2048 | Author: 晓晓 | Hits:

[Linux-Unixcall

Description: Callback interface for reporting when a system overuse is detected. The detection is based on the jitter of incoming captured frames.
Platform: | Size: 2048 | Author: linttjao | Hits:

[.netMAC

Description: In received incoming call you may select handset or hand-fre(In a received incoming call you may select handset or hand - MAC)
Platform: | Size: 697344 | Author: suarlerd | Hits:

[Documents泊松过程的生成及其统计分析

Description: 假设一个交换系统有M部电话,每个用户在很短的时间(单位时间内)呼叫一次的概率为P;用户间呼入的时刻相互独立,当M很大,P很小时,时间t内到达交换机的呼叫次数构成泊松过程N(t)。 1、确定此泊松过程的参数。利用计算机仿真N(t)的生成过程。注意合理选择M和P,时间分辨率为一个单位时间。 2、为了比较生成的N(t)与理论模型的吻合程度。取N(t)的多个样本并选取3个典型时间,,,得到,,三个随机变量的样本,在一张图上画出其直方图及理论分布曲线,并将两者对照。比较M选取不同时的效果。注意:样本个数足够多。 3、画出任意相邻两次呼叫间隔的直方图,和理论值进行对照。验证其与其它相邻两次呼叫间隔随机变量的独立性。 试推导在N(t)=N条件下第n次呼叫时刻的概率密度函数(1≤n≤N)。并比较仿真生成的呼叫时刻与所推导理论模型的吻合程度(可取N=10)(Suppose an exchange system has a M phone, the probability of each user calling once in a very short time (per unit time) is P; the time for the incoming call between the users is independent, when the M is large and the P is very small, the number of calls to the switch within the time t constitutes the Poisson process N (T).)
Platform: | Size: 94208 | Author: 张若虚2214965889 | Hits:

[Otheragc_cn

Description: 电话营销系统,来电弹窗,在线电话外呼,暂停,转接功能(Telemarketing system, incoming call window, online phone call, suspension, transfer function)
Platform: | Size: 622592 | Author: 史状 | Hits:
« 1 23 4 »

CodeBus www.codebus.net